From b5e6bfeb448244c250e53eb1c878a7919fb3ab40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 8 Jun 2022 09:34:29 +0100 Subject: [PATCH] Tell autoconf where to look for additional macros Forwarded: by email to Bruno Haible on 2022-06-08 Last-Update: 2022-06-08 Last-Update: 2022-06-08 Gbp-Pq: Name m4-dirs.patch --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 744aafd..b66eafc 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ dnl AC_INIT([GNU libffcall],m4_normalize(m4_esyscmd([cat VERSION])),[https://savannah.gnu.org/projects/libffcall],[libffcall]) AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIRS([m4 gnulib-m4]) AM_INIT_AUTOMAKE([]) AC_CONFIG_SRCDIR([trampoline/trampoline.h]) -- 2.30.2